extend constructor to preserve stack trace
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1374659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac5290938a
commit
ed736a7bd3
|
@ -35,4 +35,10 @@ public class UnauthorizedException
|
||||||
{
|
{
|
||||||
super( message );
|
super( message );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public UnauthorizedException( String message, Throwable t )
|
||||||
|
{
|
||||||
|
super( message );
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue